-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(listAtom): validate controls listErrors & calls nested form valid… #75
fix(listAtom): validate controls listErrors & calls nested form valid… #75
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #75 +/- ##
==========================================
+ Coverage 89.80% 90.00% +0.19%
==========================================
Files 86 89 +3
Lines 2158 2191 +33
Branches 177 181 +4
==========================================
+ Hits 1938 1972 +34
+ Misses 218 216 -2
- Partials 2 3 +1 ☔ View full report in Codecov by Sentry. |
ef3c0a6
to
467d00d
Compare
🎉 This PR is included in version 4.0.2-next.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix(listField): use ListAtomConfig with the invalidItemError (#74) * chore(release): 4.0.2-next.1 ## [4.0.2-next.1](v4.0.1...v4.0.2-next.1) (2024-01-14) ### Bug Fixes * **listField:** use ListAtomConfig with the invalidItemError ([#74](#74)) ([6d28e0d](6d28e0d)) * fix(listAtom): validate controls listErrors (#72) (#75) * chore(release): 4.0.2-next.2 ## [4.0.2-next.2](v4.0.2-next.1...v4.0.2-next.2) (2024-01-14) ### Bug Fixes * **listAtom:** validate controls listErrors ([#72](#72)) ([#75](#75)) ([d011313](d011313)) --------- Co-authored-by: semantic-release-bot <[email protected]>
* fix(listField): use ListAtomConfig with the invalidItemError (#74) * chore(release): 4.0.2-next.1 ## [4.0.2-next.1](v4.0.1...v4.0.2-next.1) (2024-01-14) ### Bug Fixes * **listField:** use ListAtomConfig with the invalidItemError ([#74](#74)) ([6d28e0d](6d28e0d)) * fix(listAtom): validate controls listErrors (#72) (#75) * chore(release): 4.0.2-next.2 ## [4.0.2-next.2](v4.0.2-next.1...v4.0.2-next.2) (2024-01-14) ### Bug Fixes * **listAtom:** validate controls listErrors ([#72](#72)) ([#75](#75)) ([d011313](d011313)) --------- Co-authored-by: semantic-release-bot <[email protected]>
…ation
Introducing useListActions as a refactor for the bulky useListField.
close #72